git-get_errlist
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Tue, 16 Aug 2022 21:35:10 +0000 (22:35 +0100)
committerAurelien Jarno <aurel32@debian.org>
Tue, 16 Aug 2022 21:35:10 +0000 (22:35 +0100)
commit845a17853f5a0f1f26591ffa49bd247df0f25a97
tree5852b34aa63ef4ca11ded97f5e0e4b053adb6f0d
parent382c19ca00ad0194e4d372ecce661fa8d498b816
git-get_errlist

Committed for 2.35

commit 5eb3e2c794c3fdd553833af5342740051221479c
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 23 19:06:49 2021 +0200

    hurd: Fix errlist error mapping

    On the Hurd, the errno values don't start at 0, so _sys_errlist_internal
    needs index remapping. The _sys_errlist_internal definition already properly
    uses ERR_MAP, but __get_errlist and __get_errname were not.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-get_errlist.diff
stdio-common/errlist.c